bufio.Scanner.token (field)
5 uses
bufio (current package)
scan.go#L33: token []byte // Last token returned by split.
scan.go#L107: return s.token
scan.go#L113: return string(s.token)
scan.go#L149: s.token = token
scan.go#L159: s.token = token
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |